home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / zapcode.zip / TSHP341.PMF < prev    next >
Text File  |  1993-01-01  |  10KB  |  323 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the Toshiba P321SL/P341SL.       ;
  4. ;                                       ;
  5. ;  (C) Copyright 1990 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "Toshiba P321SL/P341SL"
  10. RESET    =  27,26,73
  11.  
  12. NAME     =  "Bell"
  13.   DESC   =  "Sound the printer bell."
  14.   CODES  =  7
  15.  
  16. NAME     =  "Line Feed"
  17.   DESC   =  "Advance paper to the next line."
  18.   CODES  =  10
  19.  
  20. NAME     =  "Half Line Feed"
  21.   DESC   =  "Advance paper by a half of a line."
  22.   CODES  =  27,85
  23.  
  24. NAME     =  "Negative Line Feed"
  25.   DESC   =  "Reverse paper by one line. The"
  26.             "paper will not advance beyond the"
  27.             "top of form position."
  28.   CODES  =  27,10
  29.  
  30. NAME     =  "Negative Half Line Feed"
  31.   DESC   =  "Reverse paper by one half of a"
  32.             "line. The paper will not advance"
  33.             "beyond the top of form position."
  34.   CODES  =  27,68
  35.  
  36. NAME     =  "Form Feed"
  37.   DESC   =  "Advance paper to the top of the"
  38.             "next page."
  39.   CODES  =  12
  40.  
  41. NAME     =  "Select Emulation Mode"
  42.   DESC   =  "Select current printer emulation"
  43.             "mode."
  44.   CODES  =  27,95,0
  45.             "Select emulation mode by entering"
  46.             "one of the following:"
  47.             " "
  48.             "0 for native Toshiba mode."
  49.             "1 for IBM emulation."
  50.             "2 for optional emulation card."
  51.             " "
  52.             "The above values are in decimal."
  53.             " "
  54.             "Example: Entering 1 (decimal) sets"
  55.             "the current emulation mode to IBM."
  56.             0
  57.  
  58. NAME     =  "Select Type Font"
  59.   DESC   =  "Select current type font."
  60.   CODES  =  27,42,0
  61.             "Enter one of the following:"
  62.             " "
  63.             """0"" for high speed resident font."
  64.             """1"" for letter quality resident"
  65.             "    font (Prestige Elite)."
  66.             """2"" for letter quality resident"
  67.             "    font (Courier)."
  68.             """3"" for letter quality resident"
  69.             "    font for proportional spacing"
  70.             "    (Courier)."
  71.             """4"" for letter quality downloaded"
  72.             "    font."
  73.             """5"" for letter quality downloaded"
  74.             "    font."
  75.             """6"" for letter quality font 1 of"
  76.             "    card 1."
  77.             """7"" for letter quality font 2 of"
  78.             "    card 1."
  79.             """8"" for letter quality font 1 of"
  80.             "    card 2."
  81.             """9"" for letter quality font 2 of"
  82.             "    card 2."
  83.             " "
  84.             "All of the above values are to be"
  85.             "entered as ascii digits."
  86.             " "
  87.             "Example: Entering ""0"" (quotation"
  88.             "marks included) sets the high speed"
  89.             "resident font."
  90.             0
  91.  
  92. NAME     =  "Select Bin"
  93.   DESC   =  "Select either the first or second"
  94.             "bin on a dual bin sheet feeder."
  95.   CODES  =  27,47,0
  96.             "Enter one of the following:"
  97.             " "
  98.             """0"" for bin number 1."
  99.             """1"" for bin number 2."
  100.             " "
  101.             "The above values are to be entered"
  102.             "as ascii digits."
  103.             " "
  104.             "Example: Entering ""1"" (quotation"
  105.             "marks included) selects bin 2."
  106.             0
  107.  
  108. NAME     =  "Set Top Margin"
  109.   DESC   =  "Set the top margin at the current"
  110.             "line."
  111.   CODES  =  27,43
  112.  
  113. NAME     =  "Set Bottom Margin"
  114.   DESC   =  "Set the bottom margin at the"
  115.             "current line."
  116.   CODES  =  27,45
  117.  
  118. NAME     =  "Set Left Margin"
  119.   DESC   =  "Set left margin at the current"
  120.             "printing position."
  121.   CODES  =  27,57
  122.  
  123. NAME     =  "Set Right Margin"
  124.   DESC   =  "Set right margin at the current"
  125.             "printing position."
  126.   CODES  =  27,48
  127.  
  128. NAME     =  "Right Margin Control ON"
  129.   DESC   =  "Activate right margin control."
  130.             "A carriage return is substituted"
  131.             "for a space if the space occurs"
  132.             "within five characters prior to the"
  133.             "right margin."
  134.   CODES  =  27,79
  135.  
  136. NAME     =  "Right Margin Control OFF"
  137.   DESC   =  "Deactivate right margin control."
  138.   CODES  =  27,89
  139.  
  140. NAME     =  "Start Backward Print"
  141.   DESC   =  "Initiate backward printing."
  142.   CODES  =  27,54
  143.  
  144. NAME     =  "Start Forward Print"
  145.   DESC   =  "Terminate backward printing."
  146.   CODES  =  27,53
  147.  
  148. NAME     =  "Automatic LF ON"
  149.   DESC   =  "Activate auto line feed mode. Each"
  150.             "time a carriage return is received,"
  151.             "a line feed operation is performed."
  152.   CODES  =  27,46
  153.  
  154. NAME     =  "Automatic LF OFF"
  155.   DESC   =  "Deactivate auto line feed mode."
  156.   CODES  =  27,89
  157.  
  158. NAME     =  "Automatic CR/LF ON"
  159.   DESC   =  "Activate auto carriage return/line"
  160.             "feed mode. The printer automatic-"
  161.             "ally performs a carriage return and"
  162.             "line feed each time the print"
  163.             "position reaches the right margin."
  164.   CODES  =  27,87
  165.  
  166. NAME     =  "Automatic CR/LF OFF"
  167.   DESC   =  "Deactivate auto carriage return/"
  168.             "line feed mode."
  169.   CODES  =  27,90
  170.  
  171. NAME     =  "Proportional Spacing ON"
  172.   DESC   =  "Activate proportional spacing."
  173.             "Spacing between letters is adjusted"
  174.             "to compensate for the varying"
  175.             "widths of individual characters."
  176.   CODES  =  27,36
  177.  
  178. NAME     =  "Proportional Spacing OFF"
  179.   DESC   =  "Deactivate proportional spacing."
  180.   CODES  =  27,37
  181.  
  182. NAME     =  "Print Unidirectional"
  183.   DESC   =  "Print from left to right only."
  184.   CODES  =  27,62
  185.  
  186. NAME     =  "Print Bidirectional"
  187.   DESC   =  "Print from both left to right and"
  188.             "right to left."
  189.   CODES  =  27,60
  190.  
  191. NAME     =  "Expanded Character ON"
  192.   DESC   =  "Activate expanded character"
  193.             "printing. Characters are printed"
  194.             "twice their normal size."
  195.   CODES  =  27,33
  196.  
  197. NAME     =  "Expanded Character OFF"
  198.   DESC   =  "Deactivate expanded character"
  199.             "printing. Characters are printed"
  200.             "their normal size."
  201.   CODES  =  27,34
  202.  
  203. NAME     =  "Italics ON"
  204.   DESC   =  "Activate italics print. Characters"
  205.             "are slanted to the right."
  206.   CODES  =  27,18
  207.  
  208. NAME     =  "Italics OFF"
  209.   DESC   =  "Deactivate italics print."
  210.   CODES  =  27,20
  211.  
  212. NAME     =  "Underline ON"
  213.   DESC   =  "Activate underline print. All"
  214.             "characters, excluding embedded"
  215.             "spaces, are underscored."
  216.   CODES  =  27,73
  217.  
  218. NAME     =  "Underline OFF"
  219.   DESC   =  "Deactivate underline print."
  220.   CODES  =  27,74
  221.  
  222. NAME     =  "Bold Overprint ON"
  223.   DESC   =  "Activate bold overprint mode."
  224.             "Characters are overprinted from"
  225.             "one to four times."
  226.   CODES  =  27,75,0
  227.             "Enter number of times to overprint"
  228.             "characters."
  229.             " "
  230.             "Range: ""1"" to ""4"" ascii."
  231.             " "
  232.             "Example: Entering ""2"" (quotation"
  233.             "marks included) causes characters"
  234.             "to be overprinted twice."
  235.             0
  236.  
  237. NAME     =  "Bold Overprint OFF"
  238.   DESC   =  "Deactivate bold overprint mode."
  239.   CODES  =  27,77
  240.  
  241. NAME     =  "Shadow Print ON"
  242.   DESC   =  "Activate shadow print. Characters"
  243.             "are printed twice. The second time,"
  244.             "character is offset 1/180 of an"
  245.             "inch horizontally."
  246.   CODES  =  27,81
  247.  
  248. NAME     =  "Shadow Print OFF"
  249.   DESC   =  "Deactivate shadow print."
  250.   CODES  =  27,82
  251.  
  252. NAME     =  "Condensed ON"
  253.   DESC   =  "Activate condensed mode. This mode"
  254.             "horizontally condenses the high"
  255.             "speed font from 1/120"" to 1/200""."
  256.             "It also condenses the height of"
  257.             "each character."
  258.   CODES  =  27,91
  259.  
  260. NAME     =  "Condensed OFF"
  261.   DESC   =  "Deactivate condensed mode."
  262.   CODES  =  27,93
  263.  
  264. NAME     =  "Superscript ON"
  265.   DESC   =  "Activate superscript print."
  266.             "Characters are printed at an offset"
  267.             "above the normal print line."
  268.   CODES  =  27,126,83,48,49,49
  269.  
  270. NAME     =  "Superscript OFF"
  271.   DESC   =  "Deactivate superscript print."
  272.   CODES  =  27,126,83,48,49,48
  273.  
  274. NAME     =  "Subscript ON"
  275.   DESC   =  "Activate subscript print."
  276.             "Characters are printed at an offset"
  277.             "below the normal print line."
  278.   CODES  =  27,126,83,48,49,50
  279.  
  280. NAME     =  "Subscript OFF"
  281.   DESC   =  "Deactivate subscript print."
  282.   CODES  =  27,126,83,48,49,48
  283.  
  284. NAME     =  "Double Height ON"
  285.   DESC   =  "Activate double height print."
  286.             "Characters are printed twice their"
  287.             "normal height."
  288.   CODES  =  27,118,49
  289.  
  290. NAME     =  "Double Height OFF"
  291.   DESC   =  "Deactivate double height print."
  292.             "Characters are printed their normal"
  293.             "height."
  294.   CODES  =  27,118,48
  295.  
  296. NAME     =  "1/60"" Graphics ON"
  297.   DESC   =  "Activate 1/60"" graphics mode."
  298.   CODES  =  27,51
  299.  
  300. NAME     =  "1/60"" Graphics OFF"
  301.   DESC   =  "Deactivate 1/60"" graphics mode."
  302.   CODES  =  27,52
  303.  
  304. NAME     =  "1/120"" Graphics ON"
  305.   DESC   =  "Activate 1/120"" graphics mode."
  306.   CODES  =  27,71
  307.  
  308. NAME     =  "1/120"" Graphics OFF"
  309.   DESC   =  "Deactivate 1/120"" graphics mode."
  310.   CODES  =  27,52
  311.  
  312. NAME     =  "Coded Graphics ON"
  313.   DESC   =  "Activate the coded graphics"
  314.             "character set."
  315.   CODES  =  27,61
  316.  
  317. NAME     =  "Coded Graphics OFF"
  318.   DESC   =  "Deactivate the coded graphics"
  319.             "character set."
  320.   CODES  =  27,63
  321.  
  322.  
  323.